home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d20 / ezstart2.arc / CTRL.ARC / RUNBINK.BAT < prev   
DOS Batch File  |  1990-12-29  |  1KB  |  86 lines

  1. Echo Off
  2. Rem RUNBINK.BAT for EZPOINT point installation
  3. Rem          Written by Ron Bemis
  4. :
  5. : Modified by DLachan 12/18/90
  6. : Removed all references to LANDER and RONSET (crippled)
  7. :
  8. {drive}
  9. CD \Bink
  10. If Not "%1" == "" Goto %1
  11.  
  12. :Bink
  13. Key-Fake "C"
  14. BTBig Unattended
  15. :TestLevel
  16. If ErrorLevel 255 Goto Bink
  17. If ErrorLevel 200 Goto MailIn
  18. If ErrorLevel 150 Goto MakePoll
  19. If ErrorLevel 100 Goto F10
  20. If ErrorLevel  90 Goto F9
  21. If ErrorLevel  80 Goto F8
  22. If ErrorLevel  70 Goto F7
  23. If ErrorLevel  60 Goto F6
  24. If ErrorLevel  50 Goto F5
  25. If ErrorLevel  40 Goto F4
  26. If ErrorLevel  30 Goto F3
  27. If ErrorLevel  20 Goto F2
  28. If ErrorLevel  10 Goto F1
  29. Goto Exit
  30.  
  31. :Help
  32. :F1
  33. Echo.
  34. Echo          F1 - HELP Notice              F2 - scan all messages
  35. Echo          F3 -                          F4 -
  36. Echo          F5 - read/write messages      F6 - process incoming mail
  37. Echo          F7 - renumber/purge messages  F8 -
  38. Echo          F9 -                         F10 - Poll bossnode
  39. Echo.
  40. pause
  41. Goto Bink
  42.  
  43. :ScanAll
  44. :F2
  45. EZPoint /B /X
  46. Goto Menu
  47.  
  48. :F3
  49. Echo Errorlevel 30 for your setup
  50. Goto Bink
  51.  
  52. :F4
  53. Echo Errorlevel 40 for your setup
  54. Goto Bink
  55.  
  56. :Reader
  57. :F5
  58. EZPoint
  59. Goto Bink
  60.  
  61. :MailIn
  62. :F6
  63. EZPoint /B
  64. Goto Bink
  65.  
  66. :F7
  67. EZPoint /B /R
  68. Goto Bink
  69.  
  70. :F8
  71. Echo Errorlevel 80 for your setup
  72. Goto Bink
  73.  
  74. :F9
  75. Echo Errorlevel 90 for your setup
  76. Goto Bink
  77.  
  78. :MakePoll
  79. :F10
  80. If Exist {root}\Out\*.?$? Del {root}\Out\*.?$?
  81. Echo.>>{bosshex}.DLO
  82. Goto Bink
  83.  
  84. :Exit
  85. Echo.
  86.